-- *****************************************************************
-- CISCO-IETF-DIAL-CONTROL-CAPABILITY.my
--
-- September 1997, Bibek Das
--
-- Copyright (c) 1997 by cisco Systems, Inc.
-- All rights reserved.
-- 
-- *****************************************************************

CISCO-IETF-DIAL-CONTROL--CAPABILITY DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-IDENTITY
                FROM SNMPv2-SMI
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI;

ciscoIetfDialControlCapability MODULE-IDENTITY
                LAST-UPDATED    "9709170000Z"
                ORGANIZATION    "Cisco Systems, Inc."
                CONTACT-INFO
                        "       Cisco Systems
                                Customer Service
                        
                        Postal: 170 West Tasman Drive
                                San Jose, CA  95134
                                USA
                        
                           Tel: +1 800 553-NETS
                        
                        E-mail: cs-voice@cisco.com"
                DESCRIPTION
                        "Agent capabilities for DIAL-CONTROL-MIB"
                REVISION        "9709170000Z"
                DESCRIPTION
                        "Initial version of this MIB module."
        ::= { ciscoAgentCapability 123 }

ciscoIetfDialControlCapabilityV11R03 AGENT-CAPABILITIES

PRODUCT-RELEASE "Cisco IOS 11.3"
STATUS          current
DESCRIPTION     "Cisco Ietf Dial Control MIB capabilities"

SUPPORTS        CISCO-IETF-DIAL-CONTROL-MIB
INCLUDES        { dialControlGroup, callActiveGroup, callHistoryGroup}


-- dialCtlPeerCfgEntry

VARIATION   dialCtlAcceptMode
SYNTAX      INTEGER { acceptAll(2) }
-- no       { acceptNone(1), acceptKnown(3) }
--
DESCRIPTION "Unable to reject incoming calls."

VARIATION   dialCtlPeerCfgClosedUserGroup
ACCESS      not-implemented
DESCRIPTION "this object is not supported"

VARIATION   dialCtlPeerCfgInfoType
SYNTAX      INTEGER { speech(2) }
DESCRIPTION "This will be set to speech(2) if the user configures the
            the peer with voice or voip encapsulation peer ifIndex" 

VARIATION   dialCtlPeerCfgPermission
SYNTAX      INTEGER { both(3) }
-- no       { originate(1), answer(2), callback(4), none(5) }
--
DESCRIPTION "This will be set to both(3) if dialCtlPeerCfgInfoType is
             set to speech(2)."

VARIATION   dialCtlPeerCfgInactivityTimer
ACCESS      not-implemented
DESCRIPTION "This s not supported if dialCtlPeerCfgInfoType is
             set to speech(2)."

VARIATION   dialCtlPeerCfgMinDuration
ACCESS      not-implemented
DESCRIPTION "This is not supported if dialCtlPeerCfgInfoType is
             set to speech(2)."

VARIATION   dialCtlPeerCfgMaxDuration
ACCESS      not-implemented
DESCRIPTION "This is not supported if dialCtlPeerCfgInfoType is
             set to speech(2)."

VARIATION   dialCtlPeerCfgCarrierDelay
ACCESS      not-implemented
DESCRIPTION "This is not supported if dialCtlPeerCfgInfoType is
             set to speech(2)."

VARIATION   dialCtlPeerCfgCallRetries
ACCESS      not-implemented
DESCRIPTION "This is not supported if dialCtlPeerCfgInfoType is
             set to speech(2)."

VARIATION   dialCtlPeerCfgRetryDelay
ACCESS      not-implemented
DESCRIPTION "This is not supported if dialCtlPeerCfgInfoType is
             set to speech(2)."

VARIATION   dialCtlPeerCfgFailureDelay
ACCESS      not-implemented
DESCRIPTION "This is not supported if dialCtlPeerCfgInfoType is
             set to speech(2)."

       ::= { ciscoIetfDialControlCapability 1 }

END